runtime.traceMapNode.data (field)
7 uses
	runtime (current package)
		tracemap.go#L52: 	data     []byte
		tracemap.go#L105: 		if n.hash == hash && uintptr(len(n.data)) == size {
		tracemap.go#L106: 			if memequal(unsafe.Pointer(&n.data[0]), data, size) {
		tracemap.go#L126: 	*(*notInHeapSlice)(unsafe.Pointer(&meta.data)) = sl
		tracestack.go#L160: 	stack := unsafe.Slice((*uintptr)(unsafe.Pointer(&node.data[0])), uintptr(len(node.data))/unsafe.Sizeof(uintptr(0)))
		tracetype.go#L47: 	typ := (*abi.Type)(*(*unsafe.Pointer)(unsafe.Pointer(&node.data[0])))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |